body {
  padding: 0;
  margin: 0;
}

.dropdown {
  /* position: relative; */
  position: inherit;
  display: inline-block;
  cursor: pointer;
}

.headerRight {
  margin-right: 43.5px;
}

/* .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
  } */

.dropdown-content {
  display: none;
  position: absolute;
  background-color: black;
  opacity: 0.9;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  opacity: 1;
  font-size: 15px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.nav-links {
  flex: 1;
  position: absolute;
  right: 0;
}
.nav-links ul {
  display: inline;
  float: right;
}
.nav-links ul li {
  display: inline-block;
  list-style: none;
  padding: 8px 23px;

  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-family: Poppins;
}

.nav-links ul a {
  text-decoration: none !important;
}

.dropbtn a {
  color: #ffffff;
  text-decoration: none;
}

.dropbtn a:hover {
  text-decoration: none;
}

.main {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(./Assets/LocationPageIcon/homeBackground.png);
  width: auto;
  width: 98.5vw;
  height: 100vh;

  /* background-position-y: 20px; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.servicesbutton {
  display: flex;
  margin: 0 0px;
}
.servicesbutton a {
  font-size: 18px;
  color: #ffffff;
  background-color: #82bc3f;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "Poppins";
  text-decoration: none;
  margin-bottom: 30px;
  margin: 20px 15px;
}

.main .bannerDesc {
  position: absolute;
  top: 30%;
  left: 40px;
  font-family: Quicksand;
  color: #ffffff;
}

.main .bannerDesc h1 {
  font-size: 30px;
}
.main .bannerDesc p {
  margin-top: 50px;
  width: 60%;
}

.logo {
  position: absolute;
  margin-top: 20px;
  margin-left: 40px;
  width: 120px;
  height: 135px;
}

.inlineaddthis {
  position: absolute;
  right: 0;
  top: 50px;
}

.foreground {
  width: 98.5vw;
  height: 95vh;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.forground {
  width: 98.5vw;
  height: 90vh;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

@media screen and (max-width: 500px) {
  .main {
    background-image: url(./Assets/Birmingham/Banners/responsivebirmingham.webp);
    width: auto;
    width: 100vw;
    height: 100vh;

    /* background-position-y: 20px; */
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .main .foreground {
    display: none;
  }

  .main .forground {
    display: none;
  }

  .logo {
    position: absolute;
    margin-top: 10px;
    margin-left: 15px;
    width: 120px;
    height: 135px;
  }

  .inlineaddthis {
    position: absolute;
    right: 0;
    top: 80px;
  }

  .main .bannerDesc {
    position: absolute;
    top: 22%;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Quicksand;
    color: #ffffff;
  }

  .main .bannerDesc h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .main .bannerDesc p {
    font-size: 20px;
    margin-top: 0px;
    width: 100%;
  }

  .main h1 {
    font-size: 30px;
  }
}

/* .horizontalBar {
  position: absolute;
  margin-top: 30px;
  right: 3%;
  width: 40px;
  height: 35px;
} */

.triangleIconStyle {
  position: absolute;
  bottom: -15%;
  right: 15.5%;
  width: 20%;
  height: 39%;
}

.box {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
}

.lastBox {
  margin-bottom: 40px;
}

.boxRev {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
  flex-direction: row-reverse;
}

.imgBox {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
    url(./Assets/LocationPageIcon/bottomIcon.png);
  /* background-size: 90%; */
  /* background-position-x: 33px;
  background-position-y: 161px; */
  /* width: 40%; */
  flex: 0 0 40%;
  background-repeat: no-repeat;

  background-size: 85%;
  /* background-position-x: 8px;
  background-position-y: 8px; */
  background-position-x: center;
  background-position-y: 85%;

  /* height: auto; */
  flex: 0 0 40%;
  background-repeat: no-repeat;
}

.imgBox img {
  max-width: 100%;
}

.contentMobileSection {
  display: none;
}

.contentWebsiteSection {
  display: none;
}

.contentSoftwareSection {
  display: none;
}

.contentandroidSection {
  display: none;
}

.contentiosSection {
  display: none;
}

.showBtn {
  border: 1px solid #8ec251;
  background-color: #ffffff;
  width: 154px;
  height: 52px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #8ec251;
  font-family: Quicksand;
  border-radius: 10px;
  display: block;
  cursor: pointer;

  outline: none;
}

.showBtn:active {
  background-color: #3e8e41;

  transform: translateY(2px);
}
.hideBtn {
  display: none;
  border: 1px solid #8ec251;
  background-color: #ffffff;
  width: 154px;
  height: 52px;
  margin-top: 25px;
  margin-bottom: 15px;
  color: #8ec251;
  font-family: Quicksand;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
}
.hideBtn:active {
  background-color: #3e8e41;

  transform: translateY(2px);
}

.content {
  margin-right: 150px;
  font-family: Quicksand;
}

.content h1 {
  font-family: Quicksand;
}

.contentRev {
  margin-left: 150px;
  font-family: Quicksand;
}

.contentRev h1 {
  font-family: Quicksand;
}

@media screen and (max-width: 750px) {
  .box {
    display: block;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    /* border: 2px solid black; */
    text-align: -webkit-center;
  }
  .boxRev {
    display: block;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    flex-direction: row;
    /* border: 2px solid black; */
    text-align: -webkit-center;
  }

  .content {
    margin-right: 0px;
    font-family: Quicksand;
  }

  .contentRev {
    margin-left: 0px;
    font-family: Quicksand;
  }
  .content p {
    text-align: initial;
    font-size: 20px;
  }

  .contentRev p {
    text-align: initial;
    font-size: 20px;
  }
}

/* .p{
   background-color: brown;
   color: brown;

   max-width: 80%;
} */
